##### Hand Crafted series of wood themes #######

# Created using the theme Aero as a template to create a whole new theme rather
# than working from scratch, so much credit to the author. 

# I wanted to create a wood type theme. As i'd never seen 
# one before, i decided to create my own. 
# The background for the menubar was taken from BrushedChrome, and altered. 
# All other major components and pixmaps were created by me using gimp and mtpaint. 

# The wood texture background used was made by beanslayer from deviantart.  

#Theme color scheme
gtk_color_scheme = "fg_color:#000000\nbg_color:#E2B94A\nbase_color:#F5ED9C\ntext_color:#000000\nselected_bg_color:#7C8B69\nselected_fg_color:#FFFFFF"

                
style "Woody-default"
{
  GtkWidget::interior_focus         = 0
  GtkWidget::focus_padding          = 1
  GtkWidget::focus_line_width       = 0
  GtkWidget::cursor_color           = "#BFBFBF"
  GtkWidget::secondary_cursor_color = "#BFBFBF"
  GtkWidget::focus_line_pattern     = "\001\001"
  GtkButton::default_border         = { 0, 0, 0, 0 }
  GtkButton::default_outside_border = { 0, 0, 0, 0 }
  GtkRange::trough_border           = 3
  GtkRange::slider_width            = 20
  GtkRange::stepper_size            = 20
  GtkPaned::handle_size             = 7
  GtkScrollbar::min_slider_length   = 70
  GtkCheckButton::indicator_size    = 12
  GtkMenuBar::internal_padding      = 3
  GtkComboBox::indicator_size       = { 12, 8 }
  GtkComboBox::indicator_spacing    = { 0, 4, 0, 0 }
  GtkNotebook::tab_curvature        = 2
  GtkNotebook::tab_overlap          = 0
  GtkStatusbar::shadow_type 	= GTK_SHADOW_OUT

  xthickness            = 2
  ythickness            = 2

  fg[NORMAL]        = "#BFBFBF"
  fg[PRELIGHT]      = "#BFBFBF"
  fg[ACTIVE]        = "#BFBFBF"
  fg[SELECTED]      = "#BFBFBF"
  fg[INSENSITIVE]   = "#805500"
  
  bg[NORMAL]        = "#27282F"
  bg[PRELIGHT]      = "#5C1F0B"
  bg[ACTIVE]        = "#3B3B3B"
  bg[SELECTED]      = "#5C1F0B"
  bg[INSENSITIVE]   = "#27282f"

  text[NORMAL]      = "#BFBFBF"
  text[PRELIGHT]    = "#BFBFBF"
  text[ACTIVE]      = "#BFBFBF"
  text[SELECTED]    = "#BFBFBF"
  text[INSENSITIVE] = "#828282"

  base[NORMAL]      = "#3B3B3B"
  base[PRELIGHT]    = "#5C1F0B"
  base[ACTIVE]      = "#5C3427"
  base[SELECTED]    = "#5C1F0B"
  base[INSENSITIVE] = "#27282f"

  bg_pixmap[NORMAL] = "bg.png"



  engine "pixmap"
  {

    image
    {
      function          = BOX
    }

    # handle
    
    image
    {
      function          = HANDLE
      state             = PRELIGHT
      recolorable       = TRUE
      overlay_file      = "handle-pre.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }
    image
    {
      function          = HANDLE
      recolorable       = TRUE
      overlay_file      = "handle.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }

    
    image
    {
       function         = VLINE
       recolorable      = TRUE
       file             = "line-v.png"
       border		= { 1, 1, 0, 0 }
       stretch          = TRUE
    }
    image
    {
      function          = HLINE
      recolorable       = TRUE
      file              = "line-h.png"
      border		= { 0, 0, 1, 1 }
      stretch           = TRUE
    }
     

     # FOCUS

    image
    {
      function		= FOCUS
      recolorable       = TRUE
      file		= "focus.png"
      border		= { 4, 4, 4, 4 }
      stretch		= TRUE
    }    

     # shadow

     image
     {
       function         = SHADOW
       shadow		= IN
       recolorable      = FALSE
       file             = "shadow-in.png"
       border           = { 3, 3, 3, 3 }
       stretch          = TRUE
     }
    image
    {
       function			= SHADOW
       shadow			= OUT
       recolorable		= TRUE
       file				=  "shadow-out.png" 
       border			= { 3, 3, 3, 3 }
       stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= ETCHED_IN
       recolorable		= TRUE
       file				= "shadow-etched-in.png"				
       border			= { 2, 2, 2, 2 }
       stretch			= TRUE
    }
    image
    {
       function			= SHADOW
       shadow			= ETCHED_OUT
       recolorable		= TRUE
       file				= "shadow-etched-out.png"
       border			= { 2, 2, 2, 2 }
       stretch			= TRUE
    }
     image
     {
       function         = SHADOW_GAP
       recolorable      = TRUE
       file		= "shadow-etched-out.png"
       border           = { 1, 1, 1, 1 }
       stretch          = TRUE
       gap_start_file   = "shadow-gap-top.png"
       gap_start_border = { 0, 0, 1, 0 }
       gap_end_file     = "shadow-gap-top.png"
       gap_end_border   = { 0, 0, 1, 0 }
       gap_side         = TOP
     }
    image
    {
       function         = VLINE
       recolorable      = TRUE
       file             = "line-v.png"
       border           = { 0, 0, 0, 0 }
       stretch          = TRUE
    }
    image
    {
      function          = HLINE
      recolorable       = TRUE
      file              = "line-h.png"
      border            = { 0, 0, 0, 0 }
      stretch           = TRUE
    }      

    # arrows

    image
    {
      function          = ARROW
      state             = INSENSITIVE
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-up-i.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = UP
    }
    image
    {
      function          = ARROW
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-up.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = UP
    }
    image
    {
      function          = ARROW
      state             = INSENSITIVE
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-down-i.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = DOWN
    }
    image
    {
      function          = ARROW
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-down.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = DOWN
    }
    image
    {
      function          = ARROW
      state             = INSENSITIVE
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-left-i.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = LEFT
    }
    image
    {
      function          = ARROW
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-left.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = LEFT
    }
    image
    {
      function          = ARROW
      state             = INSENSITIVE
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-right-i.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = RIGHT
    }
    image
    {
      function          = ARROW
      recolorable       = TRUE
      overlay_file      = "arrows/arrow-right.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      arrow_direction   = RIGHT
    }
    image
    {
      function          = CHECK
      shadow            = OUT
      recolorable       = TRUE
      overlay_file      = "checkbuttons/checkbutton-notselected.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }
    image
    {
      function          = CHECK
      shadow            = IN
      recolorable       = TRUE
      overlay_file      = "checkbuttons/checkbutton-selected.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }
    image
    {
      function          = OPTION
      shadow            = OUT
      recolorable       = TRUE
      overlay_file      = "radiobuttons/radiobutton-notselected.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }
    image
    {
      function          = OPTION
      shadow            = IN
      recolorable       = TRUE
      overlay_file      = "radiobuttons/radiobutton-selected.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
    }
  }
}

style "Woody-button" = "Woody-default"
{
  fg[NORMAL] = "#662B10"
  fg[INSENSITIVE] = "#662B10"
  fg[ACTIVE] = "#662B10"
  fg[SELECTED] = "#662B10"
  fg[PRELIGHT] = "#662B10"

  engine "pixmap"
  {
      image
      {
      function		= BOX
      detail		= "buttondefault"
      file             = "buttons/button-default.png"
      border           = { 8, 8, 8, 8 }
      stretch          = TRUE
    }
    
    image
    {
      function         = BOX
      shadow           = IN
      recolorable      = TRUE
      file             = "buttons/button-in.png"
      border           = { 8, 8, 8, 8 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      state            = PRELIGHT
      recolorable      = TRUE
      file             = "buttons/button-out-pre.png"
      border           = { 9, 9, 9, 9 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      state            = INSENSITIVE  
      recolorable      = TRUE
      file             = "buttons/button-insensitive.png"
      border           = { 8, 8, 8, 8 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      recolorable      = TRUE
      file             = "buttons/button-out.png"
      border           = { 8, 8, 8, 8 }
      stretch          = TRUE
    }
   
  }
}

style "Woody-combobox" = "Woody-default"
{
  fg[NORMAL] = "#662B10"
  fg[INSENSITIVE] = "#662B10"
  fg[ACTIVE] = "#662B10"
  fg[SELECTED] = "#662B10"
  fg[PRELIGHT] = "#662B10"

  engine "pixmap"
  {
    
    image
    {
      function         = BOX
      shadow           = IN
			recolorable      = TRUE
      file             = "buttons/button-in.png"
      border           = { 8, 8, 8, 8 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      shadow           = OUT
      state            = PRELIGHT
			recolorable      = TRUE
      file             = "buttons/button-out-pre.png"
      border           = { 9, 9, 9, 9 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      shadow           = OUT
			recolorable      = TRUE
      file             = "buttons/button-out.png"
      border           = { 8, 8, 8, 8 }
      stretch          = TRUE
    }
    
    image
    {
      function           = TAB
      state              = INSENSITIVE
      recolorable        = TRUE
      overlay_file       = "arrows/arrow-down-i.png"
      overlay_border     = { 0, 0, 0, 0 }
      overlay_stretch    = FALSE
    }
    image
    {
      function           = TAB
      recolorable        = TRUE
      overlay_file       = "arrows/arrow-down.png"
      overlay_border     = { 0, 0, 0, 0 }
      overlay_stretch    = FALSE
    }
  }
}

style "Woody-radiobutton"               = "Woody-default"
{
  # brown focus rectangle
  fg[NORMAL] = "#662B10"
  fg[INSENSITIVE] = "#662B10"
  fg[ACTIVE] = "#662B10"
  fg[SELECTED] = "#662B10"
  fg[PRELIGHT] = "#662B10"
}

style "Woody-checkbutton"               = "Woody-default"
{
  # brown focus rectangle
  fg[NORMAL] = "#662B10"
  fg[INSENSITIVE] = "#662B10"
  fg[ACTIVE] = "#662B10"
  fg[SELECTED] = "#662B10"
  fg[PRELIGHT] = "#662B10"

  engine "pixmap"
  {
    image
    {
      function          = FLAT_BOX
    }
  }
}

style "Woody-entry"     = "Woody-default"
{
  GtkWidget::interior_focus         = 1
  xthickness			= 2
  ythickness			= 2
  bg_pixmap[NORMAL] = "entry-normal.png"
  bg_pixmap[INSENSITIVE] = "entry-insensitive.png"

 engine "pixmap"
  {

	image 
	{
	function		= SHADOW
	shadow			= IN
	state			= NORMAL
	file			= "entry_outline.png"
	border			= { 3, 3, 3, 3 }
	stretch			= TRUE
     }
  }


}
style "Woody-spinbutton"= "Woody-entry"
{
  engine "pixmap"
  {
##    image
##    {
##      function          = BOX
##      recolorable       = TRUE
##      detail            = "spinbutton"
##      file              = "shadow.png"
##      border            = { 5, 5, 5, 5 }
##      stretch           = TRUE
##    }
    image
    {
      function          = BOX
      detail            = "spinbutton_up"
      file              = "spinbutton-up.png"
      border            = { 4, 5, 5, 0 }
      stretch           = TRUE
    }
    image
    {
      function          = BOX
      detail            = "spinbutton_down"
      file              = "spinbutton-down.png"
      border            = { 4, 5, 0, 5 }
      stretch           = TRUE
    }
  }
}

style "Woody-scrollbar"
{
  engine "pixmap" 
  {
    image 
    {
      function          = BOX
      detail            = "trough"
      file              = "bg-trough.png"
      stretch           = FALSE
        overlay_file      = "trough.png"
        overlay_border    = { 5, 5, 5, 5 }
      overlay_stretch   = TRUE
    }
    image 
    {
      function          = SLIDER
      state             = PRELIGHT
      recolorable       = TRUE
      file              = "slider/slider-v-pre.png"
      border            = { 4, 4, 7, 5 }
      stretch           = TRUE
      orientation       = VERTICAL
    }
    image 
    {
      function          = SLIDER
      state             = PRELIGHT
      recolorable       = TRUE
      file              = "slider/slider-h-pre.png"
      border            = { 5, 5, 6, 4 }
      stretch           = TRUE
      orientation       = HORIZONTAL
    }
    image 
    {
      function          = SLIDER
      recolorable       = TRUE
      file              = "slider/slider.png"
      border            = { 4, 4, 6, 4 }
      stretch           = TRUE
    }

    
    #steppers

   image
   {
     function			= STEPPER
     state			= NORMAL
     file			= "slider/stepper-up.png"
     stretch			= TRUE
     arrow_direction		= UP
   }    

   image
   {
     function			= STEPPER
     state			= NORMAL
     file			= "slider/stepper-down.png"
     stretch			= TRUE
     arrow_direction		= DOWN
   }    

   image
   {
     function			= STEPPER
     state			= NORMAL
     file			= "slider/stepper-left.png"
     stretch			= TRUE
     arrow_direction		= LEFT
   }    

   image
   {
     function			= STEPPER
     state			= NORMAL
     file			= "slider/stepper-right.png"
     stretch			= TRUE
     arrow_direction		= RIGHT
   }    





  image
   {
     function			= STEPPER
     state			= PRELIGHT
     file			= "slider/stepper-up.png"
     stretch			= TRUE
     arrow_direction		= UP
   }    

   image
   {
     function			= STEPPER
     state			= PRELIGHT
     file			= "slider/stepper-down.png"
     stretch			= TRUE
     arrow_direction		= DOWN
   }    

   image
   {
     function			= STEPPER
     state			= PRELIGHT
     file			= "slider/stepper-left.png"
     stretch			= TRUE
     arrow_direction		= LEFT
   }    

   image
   {
     function			= STEPPER
     state			= PRELIGHT
     file			= "slider/stepper-right.png"
     stretch			= TRUE
     arrow_direction		= RIGHT
   }    




   image
   {
     function			= STEPPER
     state			= INSENSITIVE
     file			= "slider/stepper-up-insensitive.png"
     stretch			= TRUE
     arrow_direction		= UP
   }    

   image
   {
     function			= STEPPER
     state			= INSENSITIVE
     file			= "slider/stepper-down-insensitive.png"
     stretch			= TRUE
     arrow_direction		= DOWN
   }    

   image
   {
     function			= STEPPER
     state			= INSENSITIVE
     file			= "slider/stepper-left-insensitive.png"
     stretch			= TRUE
     arrow_direction		= LEFT
   }    

   image
   {
     function			= STEPPER
     state			= INSENSITIVE
     file			= "slider/stepper-right-insensitive.png"
     stretch			= TRUE
     arrow_direction		= RIGHT
   }    



   image
   {
     function			= STEPPER
     state			= ACTIVE
     file			= "slider/stepper-up-active.png"
     stretch			= TRUE
     arrow_direction		= UP
   }    

   image
   {
     function			= STEPPER
     state			= ACTIVE
     file			= "slider/stepper-down-active.png"
     stretch			= TRUE
     arrow_direction		= DOWN
   }    

   image
   {
     function			= STEPPER
     state			= ACTIVE
     file			= "slider/stepper-left-active.png"
     stretch			= TRUE
     arrow_direction		= LEFT
   }    

   image
   {
     function			= STEPPER
     state			= ACTIVE
     file			= "slider/stepper-right-active.png"
     stretch			= TRUE
     arrow_direction		= RIGHT
   }    


  }
}


style "Woody-progressbar"               = "Woody-default"
{
  fg[NORMAL]        = "#261F00"
  fg[PRELIGHT]      = "#261F00"
  fg[ACTIVE]        = "#261F00"
  fg[SELECTED]      = "#261F00"
  fg[INSENSITIVE]   = "#828282"
  
  bg[NORMAL]        = "#BAA13A"
  bg[PRELIGHT]      = "#5C1F0B"
  bg[ACTIVE]        = "#3B3B3B"
  bg[SELECTED]      = "#5C1F0B"
  bg[INSENSITIVE]   = "#BAA13A"
  engine "pixmap" 
  {
    image
    {
      function				= BOX
      detail				= "trough"
      file				= "bg-trough.png"
      border				= { 2, 2, 2, 2 }
      stretch				= FALSE
    }
    image
    {
      function          = BOX
      recolorable       = TRUE
      file              = "progressbar/progressbar.png"
      border    = { 6, 6, 0, 15 }
      stretch   = TRUE
      orientation       = HORIZONTAL
    }
    image
    {
      function          = BOX
      recolorable       = TRUE
      file              = "progressbar/progressbar-v.png"
      border    = { 6, 6, 0, 15 }
      stretch   = TRUE
      orientation       = VERTICAL
    }
  }
}

style "Woody-range"     = "Woody-default"
{
  # brown focus rectangle
  fg[NORMAL] = "#B6926D"
  fg[INSENSITIVE] = "#B6926D"
  fg[ACTIVE] = "#B6926D"
  fg[SELECTED] = "#B6926D"
  fg[PRELIGHT] = "#B6926D"

  engine "pixmap" 
  {
    image 
    {
      function          = BOX
      recolorable       = TRUE
      detail            = "trough"
      file              = "bg-trough.png"
      stretch           = FALSE
        overlay_file      = "trough.png"
      overlay_border    = { 5, 5, 5, 5 }
      overlay_stretch   = TRUE
    }
    image 
    {
      function          = SLIDER
      state             = PRELIGHT
      recolorable       = TRUE
      file              = "slider/slider-h-pre.png"
      border            = { 5, 5, 6, 4 }
      stretch           = TRUE
      overlay_file      = "grip-h-pre.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      orientation       = HORIZONTAL
    }
    image 
    {
      function          = SLIDER
      state             = PRELIGHT
      recolorable       = TRUE
      file              = "slider/slider-v-pre.png"
      border            = { 4, 4, 7, 5 }
      stretch           = TRUE
      overlay_file      = "grip-v-pre.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      orientation       = VERTICAL
    }
    image 
    {
      function          = SLIDER
      recolorable       = TRUE
      file              = "slider/slider.png"
      border            = { 4, 4, 6, 4 }
      stretch           = TRUE
      overlay_file      = "grip-h.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      orientation       = HORIZONTAL
    }
    image 
    {
      function          = SLIDER
      recolorable       = TRUE
      file              = "slider/slider.png"
      border            = { 4, 4, 6, 4 }
      stretch           = TRUE
      overlay_file      = "grip-v.png"
      overlay_border    = { 0, 0, 0, 0 }
      overlay_stretch   = FALSE
      orientation       = VERTICAL
    }
  }
}

style "Woody-menu"      = "Woody-default"
{
  bg_pixmap[NORMAL] = "bg.png"

  engine "pixmap"
  {
    image
    {
      function          = BOX
      detail            = "menu"
      recolorable       = TRUE
      file              = "shadow-menu.png"
      border            = { 1, 1, 1, 1 }
      stretch           = TRUE
    }
  }
}

style "Woody-menuitem"  = "Woody-default"
{
  # brown focus rectangle
  fg[NORMAL] = "#B6926D"
  fg[INSENSITIVE] = "#B6926D"
  fg[ACTIVE] = "#B6926D"
  fg[SELECTED] = "#B6926D"
  fg[PRELIGHT] = "#B6926D"
        
  xthickness            = 4

  engine "pixmap"
  {
    image
    {
      function          = BOX
      recolorable       = TRUE
      file              = "menu/menuitem.png"
      border            = { 5, 5, 10, 10 }
      stretch           = TRUE
    }
  }
}

#  = "Woody-default"
style "Woody-notebook"
{
  # brown focus rectangle
    fg[NORMAL] = "#B6926D"

  engine "pixmap" 
  {
       image 
    {
      function          = EXTENSION
      state             = ACTIVE
      recolorable       = TRUE
      file              = "tabs/ext-bottom-active.png"
      border            = { 6, 6, 6, 4 }
      stretch           = TRUE
      gap_side          = BOTTOM
    }
    image 
    {
      function          = EXTENSION
      recolorable       = TRUE
      file              = "tabs/ext-bottom.png"
      border            = { 8, 8, 9, 1 }
      stretch           = TRUE
      gap_side          = BOTTOM
    }
    image 
    {
      function          = EXTENSION
      state             = ACTIVE
      recolorable       = TRUE
      file              = "tabs/ext-top-active.png"
      border            = { 8, 8, 1, 9 }
      stretch           = TRUE
      gap_side          = TOP
    }
    image 
    {
      function          = EXTENSION
      recolorable       = TRUE
      file              = "tabs/ext-top.png"
      border            = { 8, 8, 1, 9 }
      stretch           = TRUE
      gap_side          = TOP
    }
    image 
    {
      function          = EXTENSION
      state             = ACTIVE
      recolorable       = TRUE
      file              = "tabs/ext-right-active.png"
      border            = { 8, 1, 9, 9 }
      stretch           = TRUE
      gap_side          = RIGHT
    }
    image 
    {
      function          = EXTENSION
      recolorable       = TRUE
      file              = "tabs/ext-right.png"
      border            = { 8, 1, 9, 9 }
      stretch           = TRUE
      gap_side          = RIGHT
    }
    image 
    {
      function          = EXTENSION
      state             = ACTIVE
      recolorable       = TRUE
      file              = "tabs/ext-left-active.png"
      border            = { 1, 8, 9, 9 }
      stretch           = TRUE
      gap_side          = LEFT
    }
    image 
    {
      function          = EXTENSION
      recolorable       = TRUE
      file              = "tabs/ext-left.png"
      border            = { 1, 8, 9, 9 }
      stretch           = TRUE
      gap_side          = LEFT
    }
    
    image 
    {
      function          = BOX_GAP
      recolorable       = TRUE
      #file              = "shadow-notebook-top.png"
      file              = "notebook-top.png"
      border            = { 5, 5, 0, 5 }
      stretch           = TRUE
      gap_file          = "trans.png"
      gap_border        = { 0, 0, 0, 0 }
      #gap_start_file    = "light.png"
      gap_start_file    = "notebook-top2.png"
      gap_start_border  = { 0, 0, 0, 0 }
      #gap_end_file      = "light.png"
      gap_end_file      = "notebook-top2.png"
      gap_end_border    = { 0, 0, 0, 0 }
	    gap_side          = TOP
    }
    image
    {
      function          = BOX_GAP
      recolorable       = TRUE
      file              = "notebook-bottom.png"
      border            = { 5, 5, 5, 0 }
      stretch           = TRUE
      gap_file          = "trans.png"
      gap_border        = { 0, 0, 0, 0 }
      gap_start_file    = "notebook-bottom2.png"
      gap_start_border  = { 0, 0, 0, 0 }
      gap_end_file      = "notebook-bottom2.png"
      gap_end_border    = { 0, 0, 0, 0 }
	    gap_side          = BOTTOM
    }
    image 
    {
      function          = BOX_GAP
      recolorable       = TRUE
      file              = "notebook-left.png"
      border            = { 0, 5, 5, 5 }
      stretch           = TRUE
      gap_file          = "trans.png"
      gap_border        = { 0, 0, 0, 0 }
      gap_start_file    = "notebook-left2.png"
      gap_start_border  = { 0, 0, 0, 0 }
      gap_end_file      = "notebook-left2.png"
      gap_end_border    = { 0, 0, 0, 0 }
	    gap_side          = LEFT
    }
    image 
    {
      function          = BOX_GAP
      recolorable       = TRUE
      file              = "notebook-right.png"
      border            = { 5, 0, 5, 5 }
      stretch           = TRUE
      gap_file          = "trans.png"
      gap_border        = { 0, 0, 0, 0 }
      gap_start_file    = "notebook-right2.png"
      gap_start_border  = { 0, 0, 0, 0 }
      gap_end_file      = "notebook-right2.png"
      gap_end_border    = { 0, 0, 0, 0 }
	    gap_side          = RIGHT
    }
   
  }
}

style "Woody-tooltips"  = "Woody-default"
{
  bg[NORMAL] = "#FFD700"

  engine "pixmap"
  {
    image
    {
      function          = FLAT_BOX
      recolorable       = TRUE
      file              = "tooltip.png"
      border            = { 1, 1, 1, 1 }
      stretch           = TRUE
    }
  }
}

style "Woody-ruler"     = "Woody-default"
{
  engine "pixmap"
  {
    image
    {
      function          = BOX
      file              = "ruler.png"
      border            = { 0, 1, 0, 1 }
      stretch           = TRUE
    }
  }
}

style "Woody-layout"    = "Woody-default"
{
  engine "pixmap"
  {
   
    image
    {
      function          = BOX
      detail            = "button"
      state             = NORMAL
      file              = "buttons/button-out.png"
      recolorable       = TRUE
      border            = { 8, 8, 8, 8 }
      stretch           = TRUE
    }
  }
}

style "Woody-toolbar" = "Woody-default" {

engine "pixmap"
   {
	image
	{
	  	function = BOX
		#recolorable = TRUE
		shadow = OUT
#		file = "bg-menubar.png"
#		border = {0,0,3,3}
#		stretch = TRUE
                overlay_file   = "overlay-toolbar.png"
		overlay_border = {4,4,4,4}
		overlay_stretch = TRUE   
	}

   }


}







style "Woody-menubar" = "Woody-default" {

engine "pixmap"
   {

	 
	image
	{
	  	function = BOX
		#recolorable = TRUE
		shadow = OUT
		file = "bg-menubar.png"
		border = {1,1,1,2}
		stretch = TRUE
                #overlay_file   = "brushed_a.png"
		#overlay_stretch = TRUE   
	}

   }


}


style "panelbg" {
  xthickness    = 0
  ythickness    = 0
}

##include "stock/iconrc"
include "icons/iconrc"

class "*Panel*" style "panelbg"
class "*notif*" style "panelbg"
class "*Notif*" style "panelbg"
class "*Tray*" style "panelbg"
class "*tray*" style "panelbg"

class "GtkWidget"          style "Woody-default"
class "GtkEventBox"        style "Woody-default"
class "GtkButton"          style "Woody-button"
class "GtkRadioButton"     style "Woody-radiobutton"
class "GtkCheckButton"     style "Woody-checkbutton"
class "GtkComboBox"      style "Woody-combobox"
class "GtkEntry"           style "Woody-entry"
class "GtkOldEditable"     style "Woody-entry"
class "GtkSpinButton"      style "Woody-spinbutton"
class "GtkRange"           style "Woody-range"
class "GtkScrollbar"       style "Woody-scrollbar"
class "GtkProgressBar"     style "Woody-progressbar"
class "GtkMenu"            style "Woody-menu"
class "GtkItem"            style "Woody-menuitem"
class "GtkNotebook"        style "Woody-notebook"
class "GtkRuler"           style "Woody-ruler"
class "GtkLayout"          style "Woody-layout"
widget "gtk-tooltips"      style "Woody-tooltips"
class "GtkMenuBar"         style "Woody-menubar"
class "GtkToolbar"         style "Woody-toolbar"
